C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / RowColCollection<T> Class / CollectionChanged Event

CollectionChanged Event (RowColCollection<T>)
Syntax
'Declaration
 
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
 
Event Data

The event handler receives an argument of type NotifyCollectionChangedEventArgs containing data related to this event. The following NotifyCollectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
 
 
See Also